testsuite/gtk/[flatten|sort]listmodel.c: Avoid VLA usage
authorChun-wei Fan <fanc999@yahoo.com.tw>
Tue, 9 Oct 2018 08:22:28 +0000 (16:22 +0800)
committerChun-wei Fan <fanc999@yahoo.com.tw>
Tue, 9 Oct 2018 08:26:21 +0000 (16:26 +0800)
commit1ca906008ecfd94077a0fe1c607f13a8de83d4b8
tree5cd184576a17adf82e80d520c425166f07f7c361
parentcbb0d7ba69496ebe8b4b663d9a5572cf11622588
testsuite/gtk/[flatten|sort]listmodel.c: Avoid VLA usage

Visual Studio is unlikely to support VLAs at any point, so avoid using
them and use g_newa() instead.
testsuite/gtk/flattenlistmodel.c
testsuite/gtk/sortlistmodel.c